home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / java / intro.dfm / intro.txt
Encoding:
Text File  |  1996-04-08  |  3.7 KB  |  159 lines

  1. object Form3: TForm3
  2.   Left = 65
  3.   Top = 142
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form3'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   WindowState = wsMaximized
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 427
  23.     Height = 273
  24.     Align = alClient
  25.   end
  26.   object Label1: TLabel
  27.     Left = 13
  28.     Top = 8
  29.     Width = 348
  30.     Height = 41
  31.     Caption = 'INTRODUCING AWTS'
  32.     Font.Color = clBlack
  33.     Font.Height = -35
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = [fsBold, fsItalic]
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 157
  41.     Top = 128
  42.     Width = 76
  43.     Height = 97
  44.     AutoSize = False
  45.     Caption = 'PLEASE CHOOSE ONE OF YOUR FAVOUR'
  46.     Font.Color = clRed
  47.     Font.Height = -16
  48.     Font.Name = 'Times New Roman'
  49.     Font.Style = [fsBold, fsItalic]
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object FE: TButton
  54.     Left = 25
  55.     Top = 88
  56.     Width = 112
  57.     Height = 33
  58.     Caption = 'FEATURE'
  59.     TabOrder = 0
  60.     OnClick = FEClick
  61.     OnMouseMove = FEMouseMove
  62.   end
  63.   object HI: TButton
  64.     Left = 24
  65.     Top = 152
  66.     Width = 113
  67.     Height = 33
  68.     Caption = 'JAVA HISTORY'
  69.     TabOrder = 1
  70.     OnClick = HIClick
  71.     OnMouseMove = HIMouseMove
  72.   end
  73.   object INS: TButton
  74.     Left = 24
  75.     Top = 216
  76.     Width = 114
  77.     Height = 33
  78.     Caption = 'INSIDE STORY'
  79.     TabOrder = 2
  80.     OnClick = INSClick
  81.     OnMouseMove = INSMouseMove
  82.   end
  83.   object BitBtn1: TBitBtn
  84.     Left = 24
  85.     Top = 408
  86.     Width = 121
  87.     Height = 33
  88.     Caption = 'BACK TO MAIN'
  89.     TabOrder = 3
  90.     OnClick = BitBtn1Click
  91.     OnMouseMove = BitBtn1MouseMove
  92.     Kind = bkIgnore
  93.   end
  94.   object BitBtn2: TBitBtn
  95.     Left = 25
  96.     Top = 344
  97.     Width = 112
  98.     Height = 33
  99.     Hint = 'PRINT THE CURRENT TEXT IN MEMO'
  100.     Caption = 'PRINT OUT'
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.     TabOrder = 4
  104.     OnClick = BitBtn2Click
  105.     OnMouseMove = BitBtn2MouseMove
  106.     Glyph.Data = {
  107.       76010000424D7601000000000000760000002800000020000000100000000100
  108.       04000000000000010000130B0000130B00000000000000000000000000000000
  109.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  110.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  111.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  112.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  113.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  114.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  115.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  116.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  117.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  118.       33333337FFFF7733333333300000033333333337777773333333}
  119.     NumGlyphs = 2
  120.   end
  121.   object ED: TBitBtn
  122.     Left = 25
  123.     Top = 280
  124.     Width = 112
  125.     Height = 33
  126.     Caption = 'NOTEPAD EDIT '
  127.     ParentShowHint = False
  128.     ShowHint = False
  129.     TabOrder = 5
  130.     OnClick = EDClick
  131.     OnMouseMove = EDMouseMove
  132.   end
  133.   object MEMO1: TMemo
  134.     Left = 416
  135.     Top = 296
  136.     Width = 201
  137.     Height = 137
  138.     Font.Color = clBlack
  139.     Font.Height = -15
  140.     Font.Name = 'Times New Roman'
  141.     Font.Style = [fsBold, fsItalic]
  142.     Lines.Strings = (
  143.       'I AM WAITING ...')
  144.     ParentFont = False
  145.     TabOrder = 6
  146.   end
  147.   object Memo2: TMemo
  148.     Left = 57
  149.     Top = 28
  150.     Width = 544
  151.     Height = 389
  152.     Lines.Strings = (
  153.       'Memo2')
  154.     ScrollBars = ssVertical
  155.     TabOrder = 7
  156.     Visible = False
  157.   end
  158. end
  159.